The Relativity.IntegrationPoints.Contracts includes classes and interfaces for building a data source provider and deploying the provider in its own application domain.
Classes
Class | Description | |
---|---|---|
![]() | DataSourceProviderAttribute |
Used to determine the providers that exist in a specific application domain.
|
![]() | SourceProvider |
Provides the information for the registration of a data source provider.
|
![]() | SourceProviderConfiguration |
Represents configurations for a source provider.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IProviderFactory |
Provides a method for creating a data source provider in an external application domain.
|
![]() | IStartUp |
Makes an initial call into an application domain to perform setup work.
|